BinarySearch(Int32,Int32,bk,IComparer<bk>) Method
In This Topic
Syntax
'Declaration
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As bk, _
ByVal As System.Collections.Generic.IComparer(Of bk) _
) As System.Integer
public System.int BinarySearch(
System.int ,
System.int ,
bk ,
System.Collections.Generic.IComparer<bk>
)
Parameters
- index
- count
- item
- comparer
See Also